projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e26577
)
(syms_of_syntax): Fix the setup of Qscan_error.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Oct 1998 20:56:18 +0000
(20:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Oct 1998 20:56:18 +0000
(20:56 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index a2049e024bf09d1a5a15c42b1de868240dcc1db7..884ce5bf20a0cdc0bd09b5705f7aba9be64f78b2 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-2795,7
+2795,7
@@
syms_of_syntax ()
Qscan_error = intern ("scan-error");
staticpro (&Qscan_error);
Fput (Qscan_error, Qerror_conditions,
- Fcons (Q
error, Qnil
));
+ Fcons (Q
scan_error, Fcons (Qerror, Qnil)
));
Fput (Qscan_error, Qerror_message,
build_string ("Scan error"));